home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Interwiews_10_Inter Hot.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  827 b   |  45 lines

  1. on exitFrame
  2.   set ParLa to the frame
  3.   set Y to 0
  4.   repeat with x = 6 to 20
  5.     if rollOver(x) then
  6.       set Y to x
  7.     end if
  8.   end repeat
  9.   case Y of
  10.     0:
  11.       nothing()
  12.     6:
  13.       set ParLa to the frame + 2
  14.     7:
  15.       set ParLa to the frame + 7
  16.     8:
  17.       set ParLa to the frame + 9
  18.     9:
  19.       set ParLa to the frame + 11
  20.     10:
  21.       set ParLa to the frame + 13
  22.     11:
  23.       set ParLa to the frame + 16
  24.     12:
  25.       set ParLa to the frame + 17
  26.     13:
  27.       set ParLa to the frame + 18
  28.     14:
  29.       set ParLa to the frame + 19
  30.     15:
  31.       set ParLa to the frame + 20
  32.     16:
  33.       set ParLa to the frame + 22
  34.     17:
  35.       set ParLa to the frame + 24
  36.     18:
  37.       set ParLa to the frame + 25
  38.     19:
  39.       set ParLa to the frame + 26
  40.     20:
  41.       set ParLa to the frame + 27
  42.   end case
  43.   go(ParLa)
  44. end
  45.